[INFO] cloning repository https://github.com/wgahnagl/conmon-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wgahnagl/conmon-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgahnagl%2Fconmon-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgahnagl%2Fconmon-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a3849a79c82b1992974f25677c9949b56dfbf263
[INFO] testing wgahnagl/conmon-rs against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwgahnagl%2Fconmon-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wgahnagl/conmon-rs
[INFO] finished tweaking git repo https://github.com/wgahnagl/conmon-rs
[INFO] tweaked toml for git repo https://github.com/wgahnagl/conmon-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wgahnagl/conmon-rs on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wgahnagl/conmon-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 839780d2971a2ee52f8cba76a3b14ecb78aabd21aadb29a1f1814ae26d99e2a2
[INFO] running `Command { std: "docker" "start" "-a" "839780d2971a2ee52f8cba76a3b14ecb78aabd21aadb29a1f1814ae26d99e2a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "839780d2971a2ee52f8cba76a3b14ecb78aabd21aadb29a1f1814ae26d99e2a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "839780d2971a2ee52f8cba76a3b14ecb78aabd21aadb29a1f1814ae26d99e2a2", kill_on_drop: false }`
[INFO] [stdout] 839780d2971a2ee52f8cba76a3b14ecb78aabd21aadb29a1f1814ae26d99e2a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d893df556025c8a67e8c7642d9fbde85bad42de4877cd98465064b4eb22c10d1
[INFO] running `Command { std: "docker" "start" "-a" "d893df556025c8a67e8c7642d9fbde85bad42de4877cd98465064b4eb22c10d1", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling futures-io v0.3.17
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling capnp v0.14.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling temp-dir v0.1.11
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling capnpc v0.14.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling gettext-sys v0.21.2
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling anyhow v1.0.47
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling colored v1.9.3
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling os_str_bytes v4.2.0
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling blocking v1.1.0
[INFO] [stderr]    Compiling nix v0.23.0
[INFO] [stderr]    Compiling conmon-common v0.1.0 (/opt/rustwide/workdir/conmon-rs/common)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/conmon-common-b0ea7d4125f1684f/out/proto/conmon_capnp.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn new(hook: Box<dyn (::capnp::private::capability::ClientHook)>) -> Client {
[INFO] [stdout]    |                          ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     fn new(hook: Box<dyn (::capnp::private::capability::ClientHook)>) -> Client {
[INFO] [stdout] 16 +     fn new(hook: Box<dyn ::capnp::private::capability::ClientHook>) -> Client {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.5 (https://github.com/clap-rs/clap#568fd460)
[INFO] [stderr]    Compiling getset v0.1.1
[INFO] [stderr]    Compiling locale_config v0.3.0
[INFO] [stderr]    Compiling clap v3.0.0-beta.5 (https://github.com/clap-rs/clap#568fd460)
[INFO] [stderr]    Compiling futures-executor v0.3.17
[INFO] [stderr]    Compiling futures v0.3.17
[INFO] [stderr]    Compiling capnp-futures v0.14.1
[INFO] [stderr]    Compiling capnp-rpc v0.14.1
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling polling v2.2.0
[INFO] [stderr]    Compiling simple_logger v1.13.0
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling async-net v1.6.1
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling conmon-client v0.1.0 (/opt/rustwide/workdir/conmon-rs/client)
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "d893df556025c8a67e8c7642d9fbde85bad42de4877cd98465064b4eb22c10d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d893df556025c8a67e8c7642d9fbde85bad42de4877cd98465064b4eb22c10d1", kill_on_drop: false }`
[INFO] [stdout] d893df556025c8a67e8c7642d9fbde85bad42de4877cd98465064b4eb22c10d1
